home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / pbm / manuals / pnmframe.man < prev    next >
Text File  |  1995-01-23  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.      pnmframe(13 Apr 1994)         AMIGA         pnmframe(13 Apr 1994)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pnmframe - add borders to portable anymap
  10.  
  11.      SYNOPSIS
  12.           pnmframe [-white|-black] [-l#] [-r#] [-t#] [-b#] [-d#] [-m#]
  13.           [pnmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a portable anymap as input. Outputs a portable anymap
  17.           with extra borders.  The colour of the borders can be set to
  18.           black or white (default black).
  19.  
  20.           The left, right, top and bottom borders can be set with the
  21.           -l, -r, -t and -b option. In addition to this functionality
  22.           (from pnmpad), there are two new options, which are very
  23.           useful in an automatic printing environment.  There are
  24.           printers (for example the Lasergraphics Film Recorder) which
  25.           have a built in scaling function. This is usually much
  26.           better than using a software-scaling tool. The problem is,
  27.           that the built in function knows nothing about some physical
  28.           restictions. The film recorder uses the whole film area. If
  29.           you put the slide in a frame, there may be a loss of
  30.           information, because the frame window is smaller than the
  31.           film area.
  32.  
  33.           With the -d option you can give a denominator. The number of
  34.           columns and rows are divided by this value and the greater
  35.           value gives the new border, which is added around the
  36.           picture (newcolumns = columns + columns / denominator).  All
  37.           above options (-l, -r, -t and -b) are ignored.  If the
  38.           resulting border is 0, because the picture is to small, you
  39.           can use the -m option, which gives a 'minframe' value, which
  40.           means a minimum border size.
  41.  
  42.           For the Lasergraphics Film Recorder with 2k resolution we
  43.           use -d32 -m2, which always gives a good result.
  44.  
  45.           If you use the -m option in conjunction with the -l, -r, -t
  46.           and -b options, all values which are smaller than the
  47.           minframe value are set to the value you give in the -m
  48.           option. At the start of the program by default all missing
  49.           values are set to 0. This means for example, if you don't
  50.           use the -l option, the value is also set to the minframe
  51.           value.  So the -m option is also useful for adding a border
  52.           to a picture.
  53.  
  54.  
  55.      SEE ALSO
  56.           pnmpad(1), pnmpaste(1)
  57.  
  58.      AUTHOR
  59.           Copyright (C) 1994 by Rolf Mayer, Rolf.Mayer@rz.uni-
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 1/23/95)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      pnmframe(13 Apr 1994)         AMIGA         pnmframe(13 Apr 1994)
  71.  
  72.  
  73.  
  74.           karlsruhe.de
  75.           based on pnmpad
  76.           Copyright (C) 1990 by Angus Duggan,
  77.           Copyright (C) 1989 by Jef Poskanzer.
  78.  
  79.           Permission to use, copy, modify, and distribute this
  80.           software and its documentation for any purpose and without
  81.           fee is hereby granted, provided that the above copyright
  82.           notice appear in all copies and that both that copyright
  83.           notice and this permission notice appear in supporting
  84.           documentation.  This software is provided "as is" without
  85.           express or implied warranty.
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 1/23/95)
  130.  
  131.  
  132.  
  133.